
@media  screen and (min-width:480px) {

body{
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: white;
  width: 100%;
}


header{
  font-family: 'Inter', sans-serif ;
  /* height: 90px; */
  padding: 30px 20px 20px 20px;
  background-color: white;
  
}



.inner-header .logo-container{
  height: 46px;
  width: 45%;
  overflow: hidden;
  
}

.inner-header .logo-container img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}



.inner-header{
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  height: 100%;
  align-content: center;
  overflow: visible;
}

.top-navigation{
  display: flex;
  justify-content: center;
  align-content: center;
  z-index: 100;


}

.top-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  
}



.links-container{
  padding: 20px 0;
  align-items: flex-start;
  flex-direction: column;
  z-index: 999;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 50vw;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: -7px 0 7px rgba(134, 131, 131, 0.2);
  transition: .5s ease-out;
}


.top-nav a{
  box-sizing: border-box;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  font-family: 'inter', sans-serif;
  color: #07143D;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.top-nav a:nth-child(3), .top-nav a:nth-child(4), .top-nav a:nth-child(5) {
  box-sizing: border-box;
  padding: 20px 30px;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  font-family: 'inter', sans-serif;
  color: #475467;
  font-size: 16px;
  font-weight: 600;
  display: block;
}


.top-nav a:active{
  text-decoration: underline;
}

.open-sidebar-btn{
  display: block;
  padding: 0;
}

.open-sidebar-btn  svg{
  fill: #07143D;
}

.links-container svg{
  width: 32px;
  height: 32px;
  fill: #07143D;

}

.close-sidebar-btn{
  display: block;
  padding:  20px;
}

#sidebar-active:checked ~ .links-container{
 right: 0;
}

#sidebar-active{
  display: none;
}

#sidebar-active:checked ~ .links-container{
  right: 0;
}

#sidebar-active:checked ~ #overlay{

 height: 100%;
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9;
}















.top-navigation ul{
  height: fit-content;
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 24px;
  align-items: center;
  height: 24px;
  margin: 0;
  padding: 0;
  
}

.logo-container{
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.logo-container img{
  height: fit-content;
  width: fit-content;
}



.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
  width: 60vw;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: -10px 0 10px rgba(0,0,0, 0.1);
  list-style: none;
  text-decoration: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  backdrop-filter: blur(10px);
  margin: 0;
  padding: 40px 0 0 20px;
  color: transparent;
  display: none;
}




.sidebar li {
  /* width: 80%; */
  padding: 20px;
  color: #07143D;

}

/* .sidebar li a{
  text-decoration: none;
  width: 100%;
} */


 .sidebar li:nth-child(1) a{
  width: 100%;
  margin: 0; 
  color: #586374;
  font-weight: 600;
  text-decoration: none;
  
}

.sidebar li:nth-child(2) a{
  margin: 0; 
  color: #07143D;
  font-size: 18px;
  font-family: 'inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #07143D;
}

.sidebar li:nth-child(3) a{
  margin: 0; 
  color: #586374;
  font-size: 18px;
  font-family: 'inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.sidebar li:nth-child(3) a:active{
  margin: 0; 
  color: #07143D;
  font-size: 18px;
  font-family: 'inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #07143D;
  transition: transform 0.2s ease-in;
}

.sidebar li:nth-child(4) a{
  margin: 0; 
  color: #586374;
  font-size: 18px;
  font-family: 'inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.sidebar li:nth-child(4) a:active{
  margin: 0; 
  color: #07143D;
  font-size: 18px;
  font-family: 'inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #07143D;
  transition: transform 0.2s ease-in;
}


.sidebar li:nth-child(5) a{
  margin: 0; 
  color: #586374;
  font-size: 18px;
  font-family: 'inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.sidebar li:nth-child(5) a:active{
  margin: 0; 
  color: #07143D;
  font-size: 18px;
  font-family: 'inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #07143D;
  transition: transform 0.2s ease-in;
}

.hamburger{
  display: block;
  fill: #07143D;
  list-style: none;
  list-style-type: none;
}

.hamburger a svg{
  fill: #07143D;
  list-style: none;
  list-style-type: none;
  width: 46px;
  height: 46px;
  object-fit: fill;
}

.hamburger a {
  list-style: none;
  list-style-type: none;
  font-size: 52px;
}

.closebutton a svg{
  fill: #07143D;
  list-style: none;
  list-style-type: none;
  width: 46px;
  height: 46px;
  object-fit: fill;
}









































.top-navigation nav li:nth-child(1){
  margin-bottom: 60px; 
  color: #586374;
  font-weight: 600;
}

.top-navigation li:nth-child(2){
  margin-bottom: 60px; 
  font-weight: 600;
  color: #586374;
}

.top-navigation li:nth-child(3){
  margin-bottom: 60px; 
  font-weight: 600;
  color: #07143D;
}

.top-navigation nav li:nth-child(4){
  margin-bottom: 60px; 
  font-weight: 600;
  color: #586374;
}



.Get-started-button button{
  padding: 14px 20px;
  line-height: 24px;
  letter-spacing: -1%;
  font-size: 16px;
  font-family: inherit;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
  display: none;
}
.Get-started-button img{
  margin-left: 10px;
  display: none;
}

.Get-started-button {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  
}

/* general css */

.aboutusheading, .servicesheading, .testimonialsheading, .teamsheading, .blogheading, .contactheading{
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.aboutus-label, .services-label, .testimonials-label, .teams-label, .blog-label, .contact-label{
  display: flex;
  font-size: 18px;
  font-weight: 550;
  color: #39E7BD;
  width: fit-content;
  align-items: center;
  justify-content: center;

  
}

/* .aboutus-label p{
  margin: ;
} */


.testimonials-label img,
.teams-label img,
.blog-label img,
.contact-label img,
.aboutus-label img,
.services-label img{
  margin-right: 10px;
  width: 24px;
  height: 22px;
  object-fit: cover;
}

.aboutus-headingtext, .services-headingtext, .testimonials-headingtext, .teams-headingtext, .blog-headingtext, .contact-headingtext{
  display: flex;
  flex-direction: column;
 align-items: center;
}

.aboutus-maintext, .services-maintext, .testimonials-maintext, .teams-maintext, .blog-maintext, .contact-maintext{
  font-size: 36px;
  line-height: 46px;
  /* font-weight: 500; */
  letter-spacing: -1px;
  color: #F2F2F2;
  width: 418px;
  margin: 0 0 21px 0;
  text-align: center;
  font-family: 'poppins', sans-serif;
}

.aboutus-subtext, .services-subtext, .testimonials-subtext, .teams-subtext, .blog-subtext, .contact-subtext{
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  width: 423px;
  letter-spacing:0% ;
  margin: 0;
  padding: 0;
  color: #CDCDCD;
  font-weight: 300;
  font-family: 'poppins', sans-serif;
}












.heropage{
  width: 100vw;
  height: 838px;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.bg-image{
  display: flex;
  height: 100%;
  width: inherit;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.bg-image img{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.circles{
  display: flex;
  /* display: none; */
  /* position: absolute; */
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(35, 45, 78, 0.5);
  
}



.green-circle{
  display: none;
  position: absolute;
  left: -65px;
}
.blue-circle{
  display: none;
  position: absolute;
  left: -60px;
}

.hero-text{
  width: fit-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%);
  font-family: "Poppins", sans-serif;
  color: white;
  align-items: center; 
}

.hero-large-text{
  font-size: 42px;
  line-height: 54px;
  /* font-weight: 500; */
  letter-spacing: -2px;
  width: 400px;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0;
}

.hero-small-text{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 373px;
  letter-spacing: -1%;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 300;
  color: #d4d4d4;
}

.Hero-Get-started-button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.Hero-Get-started-button button{
padding: 18px 20px;
line-height: 27px;
letter-spacing: -1%;
font-size: 18px;
font-family: "Inter", sans-serif;
display: flex;
border: none;
border-radius: 48px;
color: white;
font-weight: 600;
background-color: #39E7BD;
}

.Hero-Get-started-button img{
  margin-left: 10px;
}














.about-us{
  font-family: 'Inter', 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  /* border-top:1px solid  #3a3a3a; */
}



.aboutuscontent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-decor-frame{
  width: 425px;
  height: 435px;
  display: flex;
  position: relative;
  margin: 0 0 48px 0;
}


.image-frame{
  width: 390px;
  height: 395px;
  display: flex;
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;

}

.image-main{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decor-1{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 309px;
  height: 266px;
}

.decor-2{
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 90px;
}

.textframe{
  margin:0;
}

.textframe p{
  width: 413px;
  font-family: "poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #ebebeb;
  padding: 0%;
  margin-bottom: 52px;
  margin-top: 10px;


}

.textframe button{
  padding: 15px 21px;
  line-height: 31px;
  letter-spacing: -1%;
  font-size: 21px;
  font-family: inherit;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
  }

.textframe button:hover{
  padding: 15px 21px;
  line-height: 31px;
  letter-spacing: -1%;
  font-size: 21px;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #07143D;
  border: 1px solid  #39E7BD;
  transition: 0.5s;
}

.textframe button img{

  margin-left: 10px;
  width: 30px;
  height: 30px;
  object-fit: cover;
}


/* services */

.services{
  font-family: 'Inter', 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
   border-top: 1px solid #1f2847;
  display: grid;
  justify-items: center;
 
}

.service-listing{
  margin-bottom: 54px;
}

.services button{
  padding: 15px 21px;
  line-height: 31px;
  letter-spacing: -1%;
  font-size: 21px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
}

.services button img{
  margin-left: 6px;
}

/* .services button:hover{
  padding: 13px 18px;
  line-height: 27px;
  letter-spacing: -1%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #07143D;
  border: 1px solid  #39E7BD;
  transition: 0.5s;
} */

.first-service,  .third-service{
  display: flex;
  margin-bottom: 56px;
  width:100%;
  justify-content: space-between;
  flex-direction: column;
}

.second-service{
  display: flex;
  margin-bottom: 56px;
  width:100%;
  flex-direction: column-reverse;

}

.fourth-service{
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width:100%;
}

.first-service-text, .third-service-text{
  width: 390px;
  padding: 8px 8px 8px 10px;
  margin: 0 0 32px 0;
  border-left: 3px solid #39E7BD;
}

.second-service-text, .fourth-service-text{
  width: 390px;
  margin: 0 0 32px 0;
  padding: 8px 8px 8px 10px;
  border-left: 3px solid #39E7BD;
}

.first-service-head, .second-service-head, .third-service-head, .fourth-service-head{
  display: flex;
  padding: 1px 1px 1px 0px;
  margin-bottom: 8px;
  align-items: center;
}

 .first-service-head p,
 .second-service-head p,
 .third-service-head p,
 .fourth-service-head p{
 font-family: "poppins";
 font-size: 20px;
 color: #F2F2F2;
 font-weight: 400;
 line-height: 31px;
 margin: 0;
 padding: 0;
}

.first-service-head img, 
.second-service-head img,
.third-service-head img,
.fourth-service-head img{
  margin-right: 8px;
  height: 22px;
  width: 22px;
  object-fit: cover;
}

.first-service-sub, .second-service-sub, .third-service-sub, .fourth-service-sub{
  font-family: 'poppins';
  color: rgba(245, 245, 245, 0.8);
  font-size: 17px;
  font-weight: 200;
  line-height: 25px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.first-service-img, .second-service-img, .third-service-img, .fourth-service-img{
  width: 424px;
  height: 204px;
  display: flex;
  position: relative;
  /* border: 1px solid wheat; */
  justify-content: center;
  align-items: center;
}

.first-service-img-frame, .second-service-img-frame, .third-service-img-frame, .fourth-service-img-frame{
  width: 400px;
  height: 180px;
  margin: 10px;
}

.first-service-img-frame img,
.third-service-img-frame img{
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.fourth-service-img-frame img,
.second-service-img-frame img{
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.right-angle-1{
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 48px;
  width: 52px;
}

.right-angle-2{
  display: flex;
  position: absolute;
  left: -2px;
  bottom: 0px;
  height: 48px;
  width: 52px;
}



/* testimonials */

.testimonials{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}




.testimonial-content{
  width: 100%;
  background-color: rgba(95, 101, 118, 0.08);
  padding:  24px 16px;
  border: 1px solid #2c375e;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.desktop-img{
  display: none;
}

.smaller-img{
  display: block;
}

.stars{
  margin-bottom: 20px;
}

.stars img{
  object-fit: cover;
  width: 131px;
  height: 22px;
  margin: 0;
  padding: 0;
}

.quote{
  padding: 0;
  margin: 0 0 24px 0;
  width: 100%;
  font-family: 'poppins', sans-serif;
  font-size: 34px;
  color: #F9FAFB;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -2%;
}

.quote-frame{
  margin-bottom: 36px;
}

.avatar{
  display: flex;
  margin-bottom: 18px;
}

.avatar img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.name-title{
  margin-left: 18px;
  font-family: 'poppins', sans-serif;
}

.name{
  color: #F2F4F7;
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 32px;
}

.title{
  margin: 0;
  padding: 0;
  color: #EAECF0;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.arrows :nth-child(1){
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 12px;
}

.arrows :nth-child(2){
  width: 43px;
  height: 43px;
  object-fit: cover;
}

.mobile-375-img{
  display: block;
  width: 390px;
  height: 508px;

}

.smaller-img{
  display: none;
}

.mobile-375-img img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}


/* teams section */

.teams{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}

.teams-cards{
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  
}


.member-1, .member-2, .member-3{
  width: 414px;
  height: 531px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 40px;
}

 .member-4, .member-5, .member-6{
  width: 414px;
  height: 531px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 40px;
}

.glassframe-1, .glassframe-2, .glassframe-3, .glassframe-4, .glassframe-5, .glassframe-6{
  display: flex;
  position: absolute;
  width: 333px;
  height: 150px;
  /* background-color: rgba(255, 255, 255, 0.3); */
  backdrop-filter: blur(15px);
  margin-bottom: 27px;
  padding: 16px;
  border-radius: 2px;
  /* padding-left: 30px; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-direction: column;
}

.member-name, .member-name2, .member-name3, .member-name4, .member-name5{
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  /* align-items: center;
  justify-content: center; */
}

.member-name6{
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.openicon{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  display: flex;
}

.openicon img{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.m-name p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 500;
  line-height: 41px;
  color: #ffffff;
  font-size: 31px;

}

.m-title{
  margin-bottom: 30px;
}


.m-title p{
  padding: 0;
  margin: 0 0 4px 0;
  font-family: 'inter';
  font-weight: 300;
  line-height: 31px;
  color: #ffffff;
  font-size: 20px
}

.social-icons{
  display: flex;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.social-icons img{
  width: 100%;
  height: 100%;
  object-fit: fill;
  margin-right: 24px;
}

.social-icons:nth-child(1){
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.social-icons:nth-child(2){
  width: 30px;
  height: 30px;
}

.social-icons:nth-child(3){
  width: 30px;
  height: 30px;
}

/* Blogs */

.blog{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}

.blog-content{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  
  
}

.blogpost1, .blogpost2{
  width: 432px;
  margin-bottom: 56px;
}

.blogpost3{
  width: 432px;
}

.postimg1, .postimg2, .postimg3{
  width: 100%;
  height: 276px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.postimg1 img,
.postimg2 img,
.postimg3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-tag, .blog-tag2, .blog-tag3{
  font-family: 'poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #30C5A1;
  margin: 0 0 9px 0;
  padding: 0;
}

.blog-title img, .blog-title2 img, .blog-title3 img, .blog-title4 img, .blog-title5 img, .blog-title6 img{
  width: 27px;
  height: 27px;
  object-fit: fill;

}

.blog-title, .blog-title2, .blog-title3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  font-weight: 500;
  font-family: 'poppins';
  color: #F2F4F7;
  line-height: 34px;
  letter-spacing: 0px;
  /* margin-bottom: 8px; */
}


.blog-paragraph, .blog-paragraph2, .blog-paragraph3{
  font-size: 16px;
  font-family: 'poppins';
  line-height: 24px;
  width: 100%;
  color: #D0D5DD;
  font-weight: 300;
  margin: 9px 0 27px 0 ;
}


.author-frame, .author-frame2, .author-frame3{
  display: flex;
  align-items: center;
  justify-content: start;
}

.author-img, .author-img2, .author-img3{
  width: 46px;
  height: 46px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 12px;
}

.author-img img,
.author-img2 img,
.author-img3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.author-details :nth-child(1){
  font-family: 'poppins';
  font-size: 16px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 6px 0;
  padding: 0;
}

.author-details :nth-child(2){
  font-family: 'poppins';
  color: #D0D5DD;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.author-details2 :nth-child(1){
  font-family: 'poppins';
  font-size: 16px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 6px 0;
  padding: 0;
}

.author-details2 :nth-child(2){
  font-family: 'poppins';
  color: #D0D5DD;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.author-details3 :nth-child(1){
  font-family: 'poppins';
  font-size: 16px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 6px 0;
  padding: 0;
}

.author-details3 :nth-child(2){
  font-family: 'poppins';
  color: #D0D5DD;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

/* contact */

.contact{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 80px 16px;
  border-top: 1px solid #1f2847;
}

.contact-content{
  display: flex;
  flex-direction: column;
  padding: 0 ;
  margin: 0;
  justify-content: space-between;
}

.email-contact, .office-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 0 64px 0;
}

.phone-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 0  0;
}

.email-icon, .office-icon, .phone-icon{
  object-fit: fill;
  margin: 0 0 24px 0;
}

.email-frame, .office-frame, .phone-frame{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 18px 0;
  padding: 0;
}

.email-frame :nth-child(1){
  font-family: 'inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 6px 0;
}

.email-frame :nth-child(2){
  font-family: 'inter';
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #e9e9e9;
  margin: 0 0 0;
}

.email-link, .office-link, .phone-link{
  font-family: 'inter';
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0px;
  font-weight: 500;
}

.office-frame :nth-child(1){
  font-family: 'inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 6px 0;
}

.office-frame :nth-child(2){
  font-family: 'inter';
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #e9e9e9;
  margin: 0 0 0;
}

.phone-frame :nth-child(1){
  font-family: 'inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 6px 0;
}

.phone-frame :nth-child(2){
  font-family: 'inter';
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #e9e9e9;
  margin: 0 0 0;
}

.email-link p,
.office-link p,
.phone-link p{
  margin: 0;
  padding: 0;
}



footer{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 72px 16px 40px;
  border-top: 1px solid #1f2847;
}

.footer-logo{
  display: flex;
  margin: 0 0 42px 0;
  width: 100%;
}

.footer-logo img{
  display: block;
  width: 175px;
  height: 40px;
  object-fit: fill;
}

.main-footer-img{
  display: none;

}

.footer-img{
  display: block;
  width: 140px;
  display: flex;
  margin-bottom: 28px;
  justify-self: flex-start;

}

.footer-logo-links{
  display: flex;
  flex-direction: column;
  font-family: 'poppins';
  padding: 0;
  margin: 0 0 42px 0;
  height: fit-content;
}

/* .footer-nav{
  width: 350px;
} */

.footer-nav ul{
  display: flex;
  /* width: 200px; */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: fit-content;
  
}



.footer-links .footer-nav  ul li{
  margin: 0;
  padding: 0;
}

.footer-links nav a:nth-child(1){
  margin-right: 96px; 
  margin-bottom: 24px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;

}

.footer-links nav a:nth-child(2){
  margin-bottom: 24px; 
  margin-right: 96px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(3){
  margin-right: 110px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}


.footer-links nav a:active{
  text-decoration: underline;
}


/* .footer-links ul li:nth-child(1){
  margin-right: 96px; 
  margin-bottom: 24px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
 

}

.footer-links ul li:nth-child(2){
  margin-right: 24px; 
  margin-right: 96px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
}

.footer-links ul  li:nth-child(3){
  margin-right: 110px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
}

.footer-links ul li:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
} */

.footer-extra ul{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.footer-extra ul li:nth-child(1){
  margin-right: 16px; 
  color: #eaecf0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

.footer-extra ul li:nth-child(2){
  margin-right: 16px; 
  color: #eaecf0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

.footer-extra ul li:nth-child(3){
  margin-right: 16px; 
  color: #eaecf0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}


.note-links{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.foot-note{
  color: #D0D5DD;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  flex: 1;
}

.foot-note p{
  margin: 0;
  padding: 0;
}

.footer-note{
  display: flex;
  flex-direction: column-reverse;
  margin: 24px 0 0 0;
  padding: 24px 0 ;
  font-family: 'poppins';
  border-top: 1px solid #1f2847;
}






}

